home *** CD-ROM | disk | FTP | other *** search
/ Shareware Super Platinum 8 / Shareware Super Platinum 8.iso / mac / WIN_VB / 3-D.ZIP;1 / 3-D.EXE / README.TXT < prev   
Encoding:
Text File  |  1994-05-01  |  2.2 KB  |  58 lines

  1. +--------------+
  2. | 3D Examples  |      ALSO SEE FRECDDB.TXT FOR INFORMATION ON A FREE
  3. |              +-+    FREE CODE DATABASE.
  4. | William234   | | 
  5. +-+------------+ |
  6.   +--------------+
  7.  
  8. This is a small sample almost electronic book like program with 5 pages in
  9. it that shows the basics of 3D.  There is more information on 3D at the end
  10. of the file.
  11.  
  12. This file may be freely distributed provided that the accompanying 
  13. documentation is sent along with it.  Absolutely no money or anything is 
  14. asked from you, this is supposed to be a teaching tool.
  15.  
  16. THIS PROGRAM WAS INSPIRED FROM ANOTHER PROGRAM THAT WAS CREATED, BUT
  17. I THINK THAT THIS PROGRAM IS BETTER BECAUSE IT GOES INTO MORE
  18. DETAIL THAN A PREVIOUS PROGRAM WRITTEN BY SOMEONE WHO'S NAME I DON'T
  19. KNOW OFFHAND.
  20.  
  21. MORE INFORMATION ON 3D
  22. ======================
  23.  
  24.         If you have not read the "book", you will see some of this
  25. information in the "book".  First off, the reason that the word book
  26. is in quotes ("") is because it really is not a book, but it has a 
  27. similar layout to a book.  Now that you understand, lets talk about
  28. 3D.
  29.  
  30.         For those of you who are new at this, 3D stands for three 
  31. dimensional.  The three dimensions are HEIGHT, WIDTH, and DEPTH. In
  32. the more scientific side, you might here of a fourth dimension.  This
  33. one is TIME.  However, in the computer world, time is not the same.
  34. Let me give you an example of time.  Draw a picture of an apple, or 
  35. take a picture of an apple.  Now, let it sit for about 3 weeks outside
  36. the refrigerator.  You will see the effects of time.  The apple gets 
  37. rotten.  That is the four basic dimensions.
  38.                     
  39.              +--------+    ^
  40.             /        /|    |
  41.            /        / |    |
  42.           /        /  |  HEIGHT
  43.          /        /   |    |
  44.         /        /    |    |
  45.        +--------+     |    V
  46.        |        |    /+
  47.        |        |   /
  48.        |        |  /       And of course, the last dimension is depth.
  49.        |        | /        (For thos of you who are jokers, I can't
  50.        |________+/         draw time!)
  51.  
  52.        <--WIDTH-->
  53.  
  54. Now, if this were a real graphic, instead of a text based graphic, this
  55. would look 3-D.
  56.  
  57.         I HOPE THAT THIS SMALL APP SHEDS SOME LITE ON THE SUBJECT.
  58.